[INFO] cloning repository https://github.com/dvorakmortonxd/RustyWolf
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dvorakmortonxd/RustyWolf" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdvorakmortonxd%2FRustyWolf", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdvorakmortonxd%2FRustyWolf'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f78a2d2a305682bff9e6df3b73f5acc43e1fac14
[INFO] fixing dvorakmortonxd/RustyWolf against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdvorakmortonxd%2FRustyWolf" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dvorakmortonxd/RustyWolf
[INFO] finished tweaking git repo https://github.com/dvorakmortonxd/RustyWolf
[INFO] tweaked toml for git repo https://github.com/dvorakmortonxd/RustyWolf written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dvorakmortonxd/RustyWolf on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dvorakmortonxd/RustyWolf already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wry v0.47.2
[INFO] [stderr]   Downloaded objc2-web-kit v0.2.2
[INFO] [stderr]   Downloaded tao v0.31.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8b5aae88c24854518979447b9372ae2732c784755d04b45ff273b8fe146db486
[INFO] running `Command { std: "docker" "start" "8b5aae88c24854518979447b9372ae2732c784755d04b45ff273b8fe146db486", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8b5aae88c24854518979447b9372ae2732c784755d04b45ff273b8fe146db486" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8b5aae88c24854518979447b9372ae2732c784755d04b45ff273b8fe146db486", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8b5aae88c24854518979447b9372ae2732c784755d04b45ff273b8fe146db486" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling version-compare v0.2.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling cfg-expr v0.15.8
[INFO] [stderr]    Compiling gio v0.18.4
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]    Compiling gtk v0.18.2
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]    Compiling dlopen2_derive v0.4.3
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling wry v0.47.2
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking pxfm v0.1.28
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking dlopen2 v0.7.0
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling toml_edit v0.20.2
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling toml v0.8.2
[INFO] [stderr]    Compiling proc-macro-crate v2.0.2
[INFO] [stderr]    Compiling gtk3-macros v0.18.2
[INFO] [stderr]    Compiling glib-macros v0.18.5
[INFO] [stderr]    Compiling system-deps v6.2.2
[INFO] [stderr]    Compiling glib-sys v0.18.1
[INFO] [stderr]    Compiling gobject-sys v0.18.0
[INFO] [stderr]    Compiling gio-sys v0.18.1
[INFO] [stderr]    Compiling gdk-sys v0.18.2
[INFO] [stderr]    Compiling pango-sys v0.18.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.18.2
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.18.0
[INFO] [stderr]    Compiling atk-sys v0.18.2
[INFO] [stderr]    Compiling gtk-sys v0.18.2
[INFO] [stderr]    Compiling javascriptcore-rs-sys v1.1.1
[INFO] [stderr]    Compiling soup3-sys v0.5.0
[INFO] [stderr]    Compiling gdkx11-sys v0.18.2
[INFO] [stderr]    Compiling webkit2gtk-sys v2.0.1
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]     Checking glib v0.18.5
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking gdkwayland-sys v0.18.2
[INFO] [stderr]     Checking ureq v2.12.1
[INFO] [stderr]     Checking cairo-rs v0.18.5
[INFO] [stderr]     Checking atk v0.18.2
[INFO] [stderr]     Checking javascriptcore-rs v1.1.2
[INFO] [stderr]     Checking pango v0.18.3
[INFO] [stderr]     Checking gdk-pixbuf v0.18.5
[INFO] [stderr]     Checking soup3 v0.5.0
[INFO] [stderr]     Checking gdk v0.18.2
[INFO] [stderr]     Checking gdkx11 v0.18.2
[INFO] [stderr]     Checking webkit2gtk v2.0.1
[INFO] [stderr]     Checking tao v0.31.1
[INFO] [stderr]     Checking RustyWolf v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]   --> src/webview.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use gtk::prelude::*;
[INFO] [stdout]    |     ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::normalize_url`, `super::sanitize_filename`, `super::should_open_new_tab_url`
[INFO] [stdout]     --> src/webview.rs:2146:17
[INFO] [stdout]      |
[INFO] [stdout] 2146 |     use super::{normalize_url, sanitize_filename, should_open_new_tab_url};
[INFO] [stdout]      |                 ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]   --> src/webview.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use gtk::prelude::*;
[INFO] [stdout]    |     ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1816:18
[INFO] [stdout]      |
[INFO] [stdout] 1816 |     let chrome = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout]      |                  ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout]    2 + use std::boxed::Box;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Box`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 1816 -     let chrome = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout] 1816 +     let chrome = Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1816:32
[INFO] [stdout]      |
[INFO] [stdout] 1816 |     let chrome = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout]      |                                ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]    2 + use image::metadata::Orientation;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Orientation`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 1816 -     let chrome = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout] 1816 +     let chrome = gtk::Box::new(Orientation::Vertical, 0);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1820:19
[INFO] [stdout]      |
[INFO] [stdout] 1820 |     let content = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout]      |                   ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout]    2 + use std::boxed::Box;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Box`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 1820 -     let content = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout] 1820 +     let content = Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1820:33
[INFO] [stdout]      |
[INFO] [stdout] 1820 |     let content = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout]      |                                 ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]    2 + use image::metadata::Orientation;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Orientation`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 1820 -     let content = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout] 1820 +     let content = gtk::Box::new(Orientation::Vertical, 0);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1816:18
[INFO] [stdout]      |
[INFO] [stdout] 1816 |     let chrome = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout]      |                  ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout]    2 + use std::boxed::Box;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Box`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 1816 -     let chrome = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout] 1816 +     let chrome = Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1816:32
[INFO] [stdout]      |
[INFO] [stdout] 1816 |     let chrome = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout]      |                                ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]    2 + use image::metadata::Orientation;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Orientation`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 1816 -     let chrome = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout] 1816 +     let chrome = gtk::Box::new(Orientation::Vertical, 0);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1820:19
[INFO] [stdout]      |
[INFO] [stdout] 1820 |     let content = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout]      |                   ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout]    2 + use std::boxed::Box;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Box`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 1820 -     let content = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout] 1820 +     let content = Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1820:33
[INFO] [stdout]      |
[INFO] [stdout] 1820 |     let content = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout]      |                                 ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]    2 + use image::metadata::Orientation;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Orientation`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 1820 -     let content = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout] 1820 +     let content = gtk::Box::new(Orientation::Vertical, 0);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `pack_start` found for reference `&gtk::auto::box_::Box` in the current scope
[INFO] [stdout]     --> src/webview.rs:1824:10
[INFO] [stdout]      |
[INFO] [stdout] 1824 |     vbox.pack_start(&chrome, false, false, 0);
[INFO] [stdout]      |          ^^^^^^^^^^ method not found in `&gtk::auto::box_::Box`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `BoxExt` which provides `pack_start` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout]    2 + use gtk::auto::box_::BoxExt;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `pack_start` found for reference `&gtk::auto::box_::Box` in the current scope
[INFO] [stdout]     --> src/webview.rs:1824:10
[INFO] [stdout]      |
[INFO] [stdout] 1824 |     vbox.pack_start(&chrome, false, false, 0);
[INFO] [stdout]      |          ^^^^^^^^^^ method not found in `&gtk::auto::box_::Box`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `BoxExt` which provides `pack_start` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout]    2 + use gtk::auto::box_::BoxExt;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `pack_start` found for reference `&gtk::auto::box_::Box` in the current scope
[INFO] [stdout]     --> src/webview.rs:1825:10
[INFO] [stdout]      |
[INFO] [stdout] 1825 |     vbox.pack_start(&content, true, true, 0);
[INFO] [stdout]      |          ^^^^^^^^^^ method not found in `&gtk::auto::box_::Box`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `BoxExt` which provides `pack_start` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout]    2 + use gtk::auto::box_::BoxExt;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `pack_start` found for reference `&gtk::auto::box_::Box` in the current scope
[INFO] [stdout]     --> src/webview.rs:1825:10
[INFO] [stdout]      |
[INFO] [stdout] 1825 |     vbox.pack_start(&content, true, true, 0);
[INFO] [stdout]      |          ^^^^^^^^^^ method not found in `&gtk::auto::box_::Box`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `BoxExt` which provides `pack_start` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout]    2 + use gtk::auto::box_::BoxExt;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `show_all` found for reference `&gtk::auto::box_::Box` in the current scope
[INFO] [stdout]     --> src/webview.rs:1829:10
[INFO] [stdout]      |
[INFO] [stdout] 1829 |     vbox.show_all();
[INFO] [stdout]      |          ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `WidgetExt` which provides `show_all` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout]    2 + use gtk::auto::widget::WidgetExt;
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `show` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1829 -     vbox.show_all();
[INFO] [stdout] 1829 +     vbox.show();
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `show_all` found for reference `&gtk::auto::box_::Box` in the current scope
[INFO] [stdout]     --> src/webview.rs:1829:10
[INFO] [stdout]      |
[INFO] [stdout] 1829 |     vbox.show_all();
[INFO] [stdout]      |          ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `WidgetExt` which provides `show_all` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout]    2 + use gtk::auto::widget::WidgetExt;
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `show` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1829 -     vbox.show_all();
[INFO] [stdout] 1829 +     vbox.show();
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]   --> src/webview.rs:68:34
[INFO] [stdout]    |
[INFO] [stdout] 68 |     gtk_chrome_container: Option<gtk::Box>,
[INFO] [stdout]    |                                  ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]   --> src/webview.rs:70:35
[INFO] [stdout]    |
[INFO] [stdout] 70 |     gtk_content_container: Option<gtk::Box>,
[INFO] [stdout]    |                                   ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1248:63
[INFO] [stdout]      |
[INFO] [stdout] 1248 |     #[cfg(target_os = "linux")] gtk_chrome_container: Option<&gtk::Box>,
[INFO] [stdout]      |                                                               ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1366:64
[INFO] [stdout]      |
[INFO] [stdout] 1366 |     #[cfg(target_os = "linux")] gtk_content_container: Option<&gtk::Box>,
[INFO] [stdout]      |                                                                ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1811:64
[INFO] [stdout]      |
[INFO] [stdout] 1811 | fn create_linux_webview_containers(window: &Window) -> Result<(gtk::Box, gtk::Box)> {
[INFO] [stdout]      |                                                                ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1811:74
[INFO] [stdout]      |
[INFO] [stdout] 1811 | fn create_linux_webview_containers(window: &Window) -> Result<(gtk::Box, gtk::Box)> {
[INFO] [stdout]      |                                                                          ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1835:50
[INFO] [stdout]      |
[INFO] [stdout] 1835 | fn set_linux_chrome_container_height(container: &gtk::Box, chrome_h: f64) {
[INFO] [stdout]      |                                                  ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]   --> src/webview.rs:68:34
[INFO] [stdout]    |
[INFO] [stdout] 68 |     gtk_chrome_container: Option<gtk::Box>,
[INFO] [stdout]    |                                  ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]   --> src/webview.rs:70:35
[INFO] [stdout]    |
[INFO] [stdout] 70 |     gtk_content_container: Option<gtk::Box>,
[INFO] [stdout]    |                                   ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1248:63
[INFO] [stdout]      |
[INFO] [stdout] 1248 |     #[cfg(target_os = "linux")] gtk_chrome_container: Option<&gtk::Box>,
[INFO] [stdout]      |                                                               ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1366:64
[INFO] [stdout]      |
[INFO] [stdout] 1366 |     #[cfg(target_os = "linux")] gtk_content_container: Option<&gtk::Box>,
[INFO] [stdout]      |                                                                ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1811:64
[INFO] [stdout]      |
[INFO] [stdout] 1811 | fn create_linux_webview_containers(window: &Window) -> Result<(gtk::Box, gtk::Box)> {
[INFO] [stdout]      |                                                                ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1811:74
[INFO] [stdout]      |
[INFO] [stdout] 1811 | fn create_linux_webview_containers(window: &Window) -> Result<(gtk::Box, gtk::Box)> {
[INFO] [stdout]      |                                                                          ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1835:50
[INFO] [stdout]      |
[INFO] [stdout] 1835 | fn set_linux_chrome_container_height(container: &gtk::Box, chrome_h: f64) {
[INFO] [stdout]      |                                                  ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `RustyWolf` (bin "RustyWolf" test) due to 16 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `RustyWolf` (bin "RustyWolf") due to 15 previous errors
[INFO] running `Command { std: "docker" "inspect" "8b5aae88c24854518979447b9372ae2732c784755d04b45ff273b8fe146db486", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b5aae88c24854518979447b9372ae2732c784755d04b45ff273b8fe146db486", kill_on_drop: false }`
[INFO] [stdout] 8b5aae88c24854518979447b9372ae2732c784755d04b45ff273b8fe146db486
